home *** CD-ROM | disk | FTP | other *** search
/ Alde ADA 5 #1 / ADA CD-ROM - Alde Publishing.iso / cm / form2.sid < prev    next >
Encoding:
Text File  |  1988-05-03  |  3.8 KB  |  81 lines

  1. --= SID = SIMTEL20 Ada Software Repository Item Description File = SID =--
  2. -- UNIT NAME         : User Interface Forms Generator
  3. -- VERSION           : 1.0
  4. -- REVIEW CODE       : 
  5. -- DDN ADDRESS       : 
  6. -- AUTHOR            : John Foreman
  7. --                   : Texas Instruments, Inc.
  8. --                   : P.O. Box 801 MS 8007
  9. --                   : McKinney, TX  75069
  10. --                   : Lt. Colonel Falgiano
  11. --                   : ESD/SCW
  12. --                   : Hanscom AFB, MA  01731
  13. -- COPYRIGHT         : (c) 1985 Texas Instruments, Inc.
  14. -- DATE CREATED      : 10 November 1984
  15. -- DATE RELEASED     : 1 March 1985
  16. -- DATE LAST UPDATED : 1 March 1985
  17. -- LOCATION          : ASR
  18. -- ENVIRONMENT       : 
  19. --= CLASSIFICATION       ===============================================--
  20. -- CATEGORY LEVEL 1  : PROGRAMMING TOOLS
  21. -- CATEGORY LEVEL 2  : Forms Generator
  22. -- CATEGORY LEVEL 3  : Forms Generator 2
  23. -- CATEGORY LEVEL 4  : 
  24. -- KEYWORD           : 
  25. -- INDEX             : Forms Generator
  26. -- INDEX             : Generator, Forms
  27. -- TAXONOMY          : 
  28. -- DEPENDENCIES      : 
  29. -- SEE ALSO          : WIS_TOOL_01
  30. -- SEE ALSO          : WIS_TOOL_08_3
  31. -- SEE ALSO          : WIS_TOOL_08_5
  32. --= FILE LISTING         ===============================================--
  33. -- FILE SPECS        : PD:<ADA.FORMGEN>FORM2*.*
  34. -- DIRECTORY DISPLAY :
  35. -- Directory   PD:<ADA.FORMGEN>
  36. --      File Name     Byte Count  Line Count
  37. --   ---------------  ----------  ----------
  38. --   FORM2.CMM              1377          44
  39. --   FORM2.DOC             68423        4576
  40. --   FORM2.PRO              4062          84
  41. --   FORM2.SRC            273663        8390
  42. --   FORM2.TST             44739        1398
  43. --   FORM2MAN.DOC          78596        3261
  44. --   ===============  ==========  ==========
  45. --     6 Files            470860       17753
  46. --= ABSTRACT             ===============================================--
  47. --         This tool is used to seperate an application's procedural code
  48. -- from  the  code required to drive a terminal.  The system will provide
  49. -- both an interactive and batch interface that  enables  an  application
  50. -- programmer  to design a screen format and save the representation in a
  51. -- machine  readable  form.   The  Form  Executor  package  will  provide
  52. -- procedural  and  functional interfaces that enable a program to access
  53. -- the output of the system and present it to a terminal.   This  toolset
  54. -- will  support  asynchronous  ASCII  terminals  with  single  character
  55. -- transmission capabilities.
  56. --= REVISION HISTORY     ===============================================--
  57. --
  58. -- DATE         VERSION AUTHOR                  HISTORY 
  59. -- 03/85          1.0   John Foreman            Initial Release
  60. --= RELEASE NOTICE       ===============================================--
  61. -- This prologue must be included in all copies of this software.
  62. -- 
  63. -- This software is copyright by the author.
  64. -- 
  65. -- This software is released to the Ada community.
  66. -- This software is released to the Public Domain (note:
  67. --   software released to the Public Domain is not subject
  68. --   to copyright protection).
  69. -- Restrictions on use or distribution:  NONE
  70. --= DISCLAIMER           ===============================================--
  71. --     This software and its documentation are provided "AS IS" and
  72. -- without any expressed or implied warranties whatsoever.  No warranties
  73. -- as to performance, merchantability, or fitness for a particular
  74. -- purpose exist.
  75. --     The user is advised to test the software thoroughly before
  76. -- relying on it.  The user must assume the entire risk and liability of
  77. -- using this software.  In no event shall any person or organization of
  78. -- people be held responsible for any direct, indirect, consequential or
  79. -- inconsequential damages or lost profits.
  80. --======================================================================--
  81.